Click or drag to resize

ExtendedProperty Constructor (ExtendedPropertyTag, Boolean)

Initializes a new instance of the ExtendedProperty class.

Namespace:  Independentsoft.Msg
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public ExtendedProperty(
	ExtendedPropertyTag tag,
	bool value
)

Parameters

tag
Type: Independentsoft.MsgExtendedPropertyTag
The tag.
value
Type: SystemBoolean
if set to true [value].
See Also